home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
All About the French Know-How at E3 2000 (USA)
/
All About the French Know-How at E3 2000 (USA).bin
/
Data
/
15012
/
freestyledub2.exe
/
scripts
/
frame_101
/
DoAction.as
Wrap
Text File
|
1999-12-16
|
995b
|
65 lines
if(bPig)
{
bPig = "0";
if(bZelia and bFunky)
{
tellTarget("/cGroupe")
{
gotoAndStop("clavier+saxo");
}
}
else if(!bZelia and !bFunky)
{
tellTarget("/cGroupe")
{
gotoAndStop("mega stop");
}
}
else if(bZelia)
{
tellTarget("/cGroupe")
{
gotoAndStop("saxo");
}
}
else
{
tellTarget("/cGroupe")
{
gotoAndStop("clavier");
}
}
}
else
{
bPig = "1";
if(bZelia and bFunky)
{
tellTarget("/cGroupe")
{
gotoAndStop("totale");
}
}
else if(!bZelia and !bFunky)
{
tellTarget("/cGroupe")
{
gotoAndStop("pig1");
}
}
else if(bZelia)
{
tellTarget("/cGroupe")
{
gotoAndStop("pig1+saxo");
}
}
else
{
tellTarget("/cGroupe")
{
gotoAndStop("pig1+clavier");
}
}
}